type runtime.xRegState

6 uses

	runtime (current package)
		preempt_xreg.go#L29: type xRegState struct {
		preempt_xreg.go#L38: 	state *xRegState
		preempt_xreg.go#L53: 	cache *xRegState
		preempt_xreg.go#L64: 	xRegAlloc.alloc.init(unsafe.Sizeof(xRegState{}), nil, nil, &memstats.other_sys)
		preempt_xreg.go#L79: 	var dest *xRegState
		preempt_xreg.go#L88: 		dest = (*xRegState)(xRegAlloc.alloc.alloc())